翻訳と辞書
Words near each other
・ Robot (Doctor Who)
・ Robot (The Goodies)
・ Robot 05
・ Robot AL-76 Goes Astray
・ Robot Alchemic Drive
・ Robot and Monster
・ Robot Anti-Terror Squad
・ Robot App Store
・ Robot Archie
・ Robot Arena
・ Robot as a service
・ Robot Award
・ Robot B-9
・ Robot Bastard!
・ Robot Battle
Robot Battle (Macintosh game)
・ Robot Building
・ Robot calibration
・ Robot Carnival
・ Robot certificate authority
・ Robot Chicken
・ Robot Chicken (season 1)
・ Robot Chicken (season 2)
・ Robot Chicken (season 3)
・ Robot Chicken (season 4)
・ Robot Chicken (season 5)
・ Robot Chicken (season 6)
・ Robot Chicken (season 7)
・ Robot Chicken (season 8)
・ Robot Chicken DC Comics Special


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Robot Battle (Macintosh game) : ウィキペディア英語版
Robot Battle (Macintosh game)

''Robot Battle'' is a programming game developed in 1991 by Blue Cow Software for the Apple Macintosh where players design and code adaptable battling robots. Its idea is similar to ''RobotWar''. The concept of the game was invented by Toby Smith in a BASIC program "when people with 512K of RAM and two floppy drives were power-users", as he states in the game manual.
The game consists of a battleground and two robots. Before the game starts, each robot is preprogrammed using a BASIC-like language called RIPPLE ("Robot Instructional Programming Language"). 0–99 humans can also be placed into the battleground to throw the robots with hand grenades. The programs are checked for syntax and the game starts. The robot to survive the longer is the winner.
The RIPPLE language programs consist of logic commands, such as flow of control statements; and action commands, that actually make the robot perform an action, such as fire a weapon. To perform one action command takes the same time as to perform 99 logic commands.
An example RIPPLE program:

equip 1 1 0 0 0 435
let h = 0
10 humanscan 0
20 if range > 0 then gosub 1000
30 if YCOORD < 8 then gosub 2000
40 swivel 10
50 goto 10
1000 zap
1010 zap
1020 return
2000 if HEADFACING > 315 then gosub 3000
if HEADFACING < 45 then gosub 3000
return
3000 if h <> 1 then launch
if h <> 1 then let h = 1
return

==External links==

* (Demo version of Robot Battle ) as a StuffIt archive in FUNET's FTP archive of old Macintosh games


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Robot Battle (Macintosh game)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.